home *** CD-ROM | disk | FTP | other *** search
/ LineOne ISP Sign-Up 5 / LineOne.iso / assets / swf / flashmenus.swf / scripts / DefineButton2_21 / BUTTONCONDACTION on(rollOver, dragOver).as < prev   
Encoding:
Text File  |  2000-12-01  |  368 b   |  18 lines

  1. on(rollOver, dragOver){
  2.    id = "120";
  3.    mcid = "/movie" add id;
  4.    buttonid = "button" add id;
  5.    getUrl("lingo: glue #handPoint", "");
  6.    tellTarget(mcid)
  7.    {
  8.       if(getProperty(mcid, _currentframe) == "1")
  9.       {
  10.          play();
  11.       }
  12.       else
  13.       {
  14.          gotoAndPlay((getProperty(mcid, _currentframe) - "9") * "-1");
  15.       }
  16.    }
  17. }
  18.